home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / gawk-3.000 / gawk-3 / gawk-3.0.0 / test / math.ok < prev    next >
Encoding:
Text File  |  1995-11-05  |  128 b   |  7 lines

  1. cos(0.785398) = 0.707107
  2. sin(0.785398) = 0.707107
  3. e = 2.718282
  4. log(e) = 1.000000
  5. sqrt(pi ^ 2) = 3.141593
  6. atan2(1, 1) = 0.785398
  7.